Package com.jeovanimartinez.androidutils.views.viewtoimage.config

Types

Link copied to clipboard
enum ExcludeMode : Enum<ExcludeMode>

Sets the mode to exclude a child view when converting a view group to an image.

Link copied to clipboard
data class ExcludeView(    val view: View,     val mode: ExcludeMode = ExcludeMode.HIDE,     val includeMargin: Boolean = false)

Allows to define the configuration to exclude a children view when converting a view to an image.